int Capacity { get; set; }

Summary

Maximum capacity of the buffer. Elements pushed into the buffer after maximum capacity is reached (IsFull = true), will remove an element.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.